home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / ccallcenter / acc.exe / %MAINDIR% / acc.chm / shared / ns.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-05-06  |  1.7 KB  |  104 lines

  1. .left        { text-align: left; }
  2.  
  3. body
  4.         { margin-left: 1em;
  5.         margin-right: 1em;
  6.         color: #000000;
  7.         background: #FFFFFF;      
  8.         font-size: small;
  9.         font-family: Verdana, Arial, Helvetica, Sans Serif }
  10.  
  11. p,li,ol,ul,i,a,div,tr,td,th
  12.         { font-size: small;
  13.         font-family: Verdana, Arial, Helvetica, Sans Serif }
  14. p        { text-align: justify; }
  15.  
  16. h1,h2,h3,h4,h5,h6
  17.         { font-family: Verdana, Arial, Helvetica, Sans Serif; }
  18.  
  19. a:link, a:visited     { color: "#0000FF"; text-decoration:"none";}
  20.  
  21. a:active, a:hover     { color: "#FF0000";  cursor:hand; text-decoration:"none";}
  22.  
  23. .expandToggle { font-family: Verdana, Arial, Helvetica, Sans Serif;
  24.         color: "#000000"; text-style: bold; font-size: 110%; }
  25.  
  26. h1
  27.         { font-size: 110%; }
  28.  
  29. h2
  30.         { font-size: 100%; }
  31.  
  32. /* we're just not gonna use these, ok? */
  33. h3
  34.         { font-size: 110%; }
  35.  
  36. h4
  37.         { font-size: 110%; }
  38.  
  39. h5
  40.         { font-size: 100%; }
  41.  
  42.  
  43. table
  44.         { background: #EEEEEE; padding: 2pt; }
  45.         
  46. th
  47.         { background: #dddddd; font-size: 80%; }
  48.         
  49. tr
  50.         { background: #EEEEEE; vertical-align: top; }
  51.  
  52. td
  53.         { background: #EEEEEE;
  54.         vertical-align: top; font-size: 80%; }
  55.  
  56.  
  57. /* Title */
  58.  
  59. .p0, .p1 {    
  60.    font-family: "Wingdings";
  61.    font-size: 100px;
  62.    line-height: 110px;
  63.    color: #dddddd;
  64.    position: absolute;
  65. }
  66.  
  67. .p0 {
  68.    left: 20px;
  69.    top: 40px;
  70. }
  71.  
  72. .p1 {
  73.    font-weight: bold;
  74.    left: 30px;
  75.    top: 0px;
  76. }
  77.  
  78. .p2, .p3 {    
  79.    font-family: "Impact", sans-serif;
  80.    position: absolute;
  81. }
  82.  
  83. .p2 {
  84.    font-size: 60px;
  85.    line-height: 70px;
  86.    color: #d0d0d0;
  87.    left: 140px;
  88.    top: 10px;
  89. }
  90.  
  91. .p3 {
  92.    font-size: 50px;
  93.    line-height: 60px;
  94.    color: #c0c0c0;
  95.    left: 200px;
  96.    top: 40px;
  97.    margin-left: 0px;
  98. }
  99.  
  100. .p4 {
  101.    margin-top: 105px;
  102. }
  103.  
  104.